-
A view controller containing a grid of buttons the user can use to denote an issue their current navigation experience.
See moreDeclaration
Swift
public class FeedbackViewController : UIViewController, DismissDraggable, UIGestureRecognizerDelegateextension FeedbackViewController: UIViewControllerTransitioningDelegateextension FeedbackViewController: UICollectionViewDataSourceextension FeedbackViewController: UICollectionViewDelegateextension FeedbackViewController: UICollectionViewDelegateFlowLayout -
The
See moreFeedbackViewControllerDelegateprotocol provides methods for responding to feedback events.Declaration
Swift
public protocol FeedbackViewControllerDelegate : AnyObject, UnimplementedLogging -
A single feedback item displayed on an instance of
See moreFeedbackViewController.Declaration
Swift
public struct FeedbackItem -
Feedback type is used to specify the type of feedback being recorded with
See moreNavigationEventsManager.sendActiveNavigationFeedback(_:type:description:).Declaration
Swift
public enum ActiveNavigationFeedbackType : FeedbackType -
Feedback type is used to specify the type of feedback being recorded with
See moreNavigationEventsManager.sendPassiveNavigationFeedback(_:type:description:).Declaration
Swift
public enum PassiveNavigationFeedbackType : FeedbackType -
Enum denoting the subtypes of the
See moreIncorrect Visualtop-level category.Declaration
Swift
public enum PassiveNavigationIncorrectVisualSubtype : CaseIterable -
Enum denoting the subtypes of the
See moreConfusing Audiotop-level categoryDeclaration
Swift
public enum ConfusingAudioSubtype : String, CaseIterable -
Enum denoting the subtypes of the
See moreRoute Qualitytop-level categoryDeclaration
Swift
public enum RouteQualitySubtype : String, CaseIterable -
Enum denoting the subtypes of the
See moreIllegal Routetop-level categoryDeclaration
Swift
public enum IllegalRouteSubtype : String, CaseIterable -
Enum denoting the subtypes of the
See moreRoad Closuretop-level categoryDeclaration
Swift
public enum RoadClosureSubtype : String, CaseIterable -
Enum denoting the origin source of the corresponding feedback item
See moreDeclaration
Swift
public enum FeedbackSource : Int, CustomStringConvertible -
Feedback Model Object for End Of Route Experience.
See moreDeclaration
Swift
open class EndOfRouteFeedback -
Feedback event that can be created using
NavigationEventsManager.createFeedback(). UseNavigationEventsManager.sendActiveNavigationFeedback(_:type:description:)to send it to the server. Conforms to theCodableprotocol, so the application can store the event persistently.Declaration
Swift
public class FeedbackEvent : Codable -
Indicates screenshotting behavior of
See moreNavigationEventsManager.Declaration
Swift
public enum FeedbackScreenshotOption -
Common protocol for
See moreActiveNavigationFeedbackTypeandPassiveNavigationFeedbackType.Declaration
Swift
public protocol FeedbackType -
Enum denoting the subtypes of the
See moreRoad Issuetop-level category.Declaration
Swift
public enum PassiveNavigationRoadIssueSubtype : CaseIterable -
Enum denoting the subtypes of the
See moreWrong Traffictop-level category.Declaration
Swift
public enum PassiveNavigationWrongTrafficSubtype : CaseIterable -
Enum denoting the subtypes of the
See moreLooks Incorrecttop-level categoryDeclaration
Swift
public enum LooksIncorrectSubtype : String, CaseIterable
Install in Dash
User Feedback Reference